From d96973bc348b860b214e19f6cdefd24a78c745c6 Mon Sep 17 00:00:00 2001 From: Jon Nordby Date: Mon, 28 Mar 2011 22:16:11 +0200 Subject: [PATCH] build: Remove --pkg babl option to g-ir-scanner --pkg is intended for dependencies. Babl does not depend on Babl This lead to g-ir-scanner barfing if Babl was not already installed. --- babl/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/babl/Makefile.am b/babl/Makefile.am index 490779b..e526e8a 100644 --- a/babl/Makefile.am +++ b/babl/Makefile.am @@ -98,7 +98,6 @@ Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sou --library=babl-$(BABL_API_VERSION) \ --libtool="$(LIBTOOL)" \ --output $@ \ - --pkg babl \ -DBABL_IS_BEING_COMPILED \ -I$(top_srcdir) \ -I$(top_builddir) \ -- 2.30.2